Used to obtain a bookmark (identifier) for a particular record in the Recordset, or to move to the record identified by the bookmark. To simplify the process of navigating to a particular record over and over again, you can save a bookmark for the record in a variable, then quickly return to that record by assigning the value of the variable to the Bookmark property.
Dim aBookmark As Variant
aBookmark = myCRDataSource.CRDataSource_Bookmark ' Move around in the Recordset performing various operations ' To return to the bookmarked record:
myCRDataSource.CRDataSource_Bookmark = aBookmark
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |